C#
VB
C++
Initializes a new instance of the NGetCommand class.
public NGetCommand(
INGetClientSessionProxy session,
long[] attributes
)
Public Sub New(ByVal session As INGetClientSessionProxy, ByVal attributes() As Long)
public:
NGetCommand(INGetClientSessionProxy^ session, array<Int64>^ attributes)
session
The client session proxy which handles the DICOM N-GET messages.
attributes
List of DICOM tag attributes to get during the DICOM N-GET request.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET